Ubuntu MATLAB

  1. install by running the sh file
  2. refer to the crack folder
  3. After installation, create a shortcut
    a) sudo ln -s /usr/local/MATLAB/R2012a/bin/matlab /usr/bin/matlab
    b) copy the matlab.desktop to /usr/share/applications and matlab.png to /usr/share/icons.

Problem:

  1. /tmp/mathworks……. permission denied

    1
    2
    $cd /Matlab.R2012a.UNIX/sys/java/jre/glnxa64/jre/bin
    chmod +x ./java
  2. warning: usr/local/MATLAB/R2012a/bin/util/oscheck.sh: /lib/libc.so.6: not found

    1
    sudo ln -s /lib/x86_64-linux-gnu/libc.so.6 /lib64/libc.so.6